;DBWebNavigator resources
Next = Next
Prev = Previous
First = First
Last = Last
Delete = Delete
Insert = Insert
ApplyToServer = Apply To Server
RefreshData = Refresh Data
Undo = Undo
UndoAll = Undo All

;DBWebCalendar resources
BaseDate = 1/1/2000

;DBWebDefaults
defaultColumnName1 = Column1
defaultColumnName2 = Column2
defaultValue = value

;DBWebErrorMessages
OneErrorText = Error
ErrorsText = Errors
OneWarningText = Warning
WarningsText = Warnings
UnableToFindParent = Unable to find parent row
NoMatchingFields = No field types valid for
ErrorInColumn = Error in column
DuplicateColumn = Column is editable from multiple controls
SystemError = System Error in file {0}
InvalidColumn= Invalid column name
InvalidTable = Invalid tablename
InvalidGridColumns = Bound Columns not allowed with DBWebGrid.AutoGenerateColumns set to true
InternalError = Internal Error in Module
CantUndoParentInsert = Cannot undo insert parent: undo children first

;DBWebCheckBox
FalseValues = off/false/no/
TrueValues = on/true/yes

;Other
None = <none>
ImageFilesFilter = Image Files(*.JPG;*.GIF;*.PNG;*.BMP;*.TIF)|*.JPG;*.GIF;*.PNG;*.BMP;*.TIF
XmlFilesFilter = XML Files(*.XML;*.XSD)|*.XML;*.XSD
AllFilesFilter = All Files(*.*)|*.*
OK = OK
LocalIconRequired = not found in virtual directory
CopyIconFile = Copy file now?
MissingImages = Missing image file
InvalidKey = Invalid value: key
AlreadyExists = already exists in column
NoNullForeignKey = Foreign Key values cannot be null

;Custom Category
DBWebControl = DBWebControl
ErrorDlg = ErrorDlg
DBDataSource = DBDataSource
Paging = Paging
Caption = Caption
ButtonIcon = ButtonIcon
VisibleButtons = Visible Buttons
CantReadXmlFile = Cannot read xml file

;Property Inspector LocalizableDescriptionAttribute
AutoRefresh = Whether or not to automatically refresh each time a page is loaded.
ErrorOption = Sets how Errors are handled. OnErrorPage, OnSamePage or WithErrorEvent
ErrorDlgBorderWidth = Select border width for the error dialog.
ErrorDlgBorderColor = Select border color for the error dialog.
ErrorDlgBackColor = Select background color for the error dialog.
ErrorDlgForeColor = Select the foreground color for the error dialog.
CascadingDeletes = Specify how the server is configured in terms of deletion of rows in Master-Detail applications.
CascadingUpdates = Specify how the server is configured in terms of update of foreign key values in Master-Detail applications.
XMLFileName = Select the XML file of the xml cache file containing the data.
XSDFileName = Select the XSD file that contains the schema information for the data.
AutoUpdateCache = If true, automatically write changes to the XMLFile otherwise the user is responsible to write changes using the OnApplyChanges event.
UseUniqueFileName = If true and user authentication is turned on, each client will use a unique filename.
DataSource = The name of the data source.
TableName = The name of the DataTable in the DataSet that is named in the DBDataSource property.
ColumnName = Identifies the DataTable column that is linked to the web control.
AggregateType = Specify the aggregate type.
IgnoreNullValues = If false (the default) column values for all rows are used in calculations; if true only non-null values are used
CaptionPI = The string caption that is to appear with the DBWeb control.
CaptionPosition = The position of the string caption that is to appear with the DBWeb control.
TextBoxPortion = Percentage of the total text box length that the text box itself should occupy.
CaptionBackColor = Background color for caption string.
CaptionForeColor = Foreground color for caption string
CaptionFontItalic = Set to true to select italic style font for caption string.
CaptionFontUnderline = Set to true to select underline style font for caption string.
CaptionFontOverLine = Set to true to select overline style font for caption string.
CaptionFontSize = Set font size for caption string.
CaptionFontBold = Set to true to select bold style font for caption string.
ReadOnly= Disable editing. Read only data.
HandlePagingEvents= Whether or not OnPageIndexChanged events should be handled automatically or by the user.
HandleColumnEvents= Whether or not certain column events should be handled automatically or by the user.
UseCacheFile= If true the contents of the field is written to disk prior to sending to the client.
LookupTableName= The name of the lookup table that contains the items to list.
DataTextField= Specifies a column whose values are to be displayed.
DataValueField= Specifies a particular value for each item in the list.
ValidColumnType= Specify what type of data can appear in the memo field.
NavObjects= A collection of navigation objects.
NavEnabled= Enables the web control to act as DBWebNavigator control.
ImagesVirtualPath= Set the path to the images that are to be used for the control.
NextButtonIcon= Bitmap for the 'Next' button.
PreviousButtonIcon= Bitmap for the 'Previous' button.
FirstButtonIcon= Bitmap for the 'First' button.
LastButtonIcon= Bitmap for the 'Last' button.
InsertButtonIcon= Bitmap for the 'Insert' button.
DeleteButtonIcon= Bitmap for the 'Delete' button.
ApplyButtonIcon= Bitmap for the 'Apply' button.
RefreshButtonIcon= Bitmap for the 'Refresh' button.
UndoButtonIcon= Bitmap for the 'Undo' button.
UndoAllButtonIcon= Bitmap for the 'UndoAll' button.
ButtonType= The type of button to display on the control.
FirstButtonVisible= Whether or not the 'First' button appears on the DBWebNavigator.
LastButtonVisible= Whether or not the 'Last' button appears on the DBWebNavigator.
NextButtonVisible= Whether or not the 'Next' button appears on the DBWebNavigator.
PreviousButtonVisible= Whether or not the 'Previous' button appears on the DBWebNavigator.
DeleteButtonVisible= Whether or not the 'Delete' button appears on the DBWebNavigator.
InsertButtonVisible= Whether or not the 'Insert' button appears on the DBWebNavigator.
ApplyButtonVisible= Whether or not the 'Apply' button appears on the DBWebNavigator.
UndoButtonVisible= Whether or not the 'Undo' button appears on the DBWebNavigator.
UndoAllButtonVisible= Whether or not the 'UndoAll' button appears on the DBWebNavigator.
RefreshButtonVisible= Whether or not the 'Refresh' button appears on the DBWebNavigator.
Loop= Specifies if the sound should be played in a loop.
AutoStart= Whether or not to play the sound as soon as the page loads.
Loops= Specifies how often to loop the video.
StartMode= Specifies what type of event will initiate the video stream.
AlternateText= Text description that appears on the client web page, if the end-user has no media control enabled.
OnAfterSetChanges = Event called after PostCollection changes are processed
OnApplyChangesRequest = Event called when an ApplyChanges request is made, used to persist changes to database server
OnAutoApplyRequest = Event called each time data is changed, used to persist changes to database server
OnError = Event called when an error occurs updating the dataset
OnRefreshRequest = Event called when a Refresh request is made
OnGetPostCollection = Event called before PostCollection changes are processed
OnScroll = Event called each time the record pointer is changed
NavigatorClick = Event called each time a button on the Navigator is clicked
